Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,515 for

document protection

(0.19 sec)
  1. merger.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/merger/java/technical-support/weekly0.5https://docs.groupdocs.com/merger/net/techni......com/merger/java/add-document-password/weekly0.5https://docs...groupdocs.com/merger/java/add-document-to-diagram-via-ole/weekly0...

    docs.groupdocs.com/sitemaps/merger.xml
  2. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using Java programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Mobi books can have a DRM protection. Starting from the version...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  3. Classify document by path | GroupDocs

    Classify Document by path with IAB-2 taxonomy and return 2 best results Classifying of the Document could be performed with the next steps Call Classify method for “Document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("Document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify Document by path with Documents taxonomy and return 4 best results Call Classify method for “Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...Usage / Classify document by path Classify document by path Leave...

    docs.groupdocs.com/classification/net/classify-...
  4. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...different document types / Load WordProcessing document with options...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  5. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using C# programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Mobi books can have a DRM protection. Starting from the version...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  6. Perform Text Search in Documents Online

    Unlock the power of text search using GroupDocs.Search! Learn how to search text-based Documents using regular expressions....specific words and sentences in documents. GroupDocs.Search is like...you’re looking for in your documents. It’s super easy to search...

    blog.groupdocs.com/search/online-text-search/
  7. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF Documents with advanced options using GroupDocs.Conversion for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load PDF document with options...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  8. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF Document using C#....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product.../ To PDF documents / Existing objects in PDF document Existing...

    docs.groupdocs.com/watermark/net/existing-objec...
  9. Remove Pages from PDF in Java | Even, Odd, List...

    Remove any set of pages from the PDF files in Java. Delete list of pages, any given range, even or odd pages from PDF files within applications....Việt 中文 中國傳統的 When an old document is updated; the outdated,...the latest version of the document. In this article, we will...

    blog.groupdocs.com/merger/remove-pages-from-pdf...
  10. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected Document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your Document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...password-protected document Load a password-protected document Leave...

    docs.groupdocs.com/metadata/java/load-a-passwor...